home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / D-G / DebugWindow 1.4 / Debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-30  |  153 b   |  11 lines  |  [TEXT/KAHL]

  1.  
  2. #ifndef _DEBUGWINDOW_H_
  3. #define _DEBUGWINDOW_H_
  4.  
  5. void Debug ( char *format, ... );
  6. void ClearDebugWindow (void);
  7. void DebugTimestamp ( void );
  8.  
  9. #endif
  10.  
  11.